home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / MPW Additions / MrC 2.0d5c6 Rel. Notes < prev   
Text File  |  1996-05-07  |  2KB  |  44 lines

  1. MrC Release Notes for "Mac OS 8 Resources"
  2. Released for WWDC, May 1996
  3.  
  4. Copyright:    © 1994-1996 by Apple Computer, Inc.
  5.                  All rights reserved.
  6. #####################################################################
  7. MrC 2.0d5c6 Release notes.
  8.  
  9. Bug Fixes
  10.  
  11. #####################################################################
  12.  
  13. MrC 2.0d5c5 Release notes
  14.  
  15. Bug Fixes
  16.  
  17.  
  18. #####################################################################
  19. MrC 2.0d5c2 Release notes
  20.  
  21.  
  22. This is the first engineering release following 2.0d3c2 which shipped on ETO 20. Major bug fixes and
  23. enhancements are highlighted below.
  24. New Features
  25.  
  26.        Compile time with optimizations on has been improved 
  27.        -ieee strict option to selectively relax strict IEEE conformance for better performance 
  28.        -opt speed,unswitch option to enable loop unswitching optimization. This is not fully tested. -opt
  29.        speed,unswitch_notify prints a log of actions taken. 
  30.  
  31. Bug Fixes
  32.  
  33.        Crashes due to null pointer dereferences. (114929, 1333871) 
  34.        Static variables cannot be accessed in debugger. (1339936) 
  35.        Conditional branches on comparing floating point numbers not obeying IEEE semantics when
  36.        NaNs are involved. (1319945, 1257257) 
  37.        Integer constants involved in floating point calculations in a loop might get converted to floating
  38.        point at runtime (1331312). 
  39.        Compiler fails in some cases at -opt speed when loop induction variable is short int and is live on
  40.        exit from the loop (1340251) 
  41.        Compiler fails on a case of nested C++ class definitions in PlumHall 1.08 s09b.c (1329868)
  42.  
  43.  
  44.